Skip to content

vrahmanov/dopamine-maker

This branch is 8 commits ahead of, 47 commits behind le4ker/personal-jekyll-theme:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

98ebb93 · May 16, 2024
Feb 20, 2024
May 5, 2024
May 4, 2024
May 4, 2024
Jan 5, 2024
Apr 24, 2024
Feb 20, 2024
Feb 20, 2024
May 4, 2024
Mar 24, 2016
Feb 20, 2024
Feb 20, 2024
Apr 16, 2024
Apr 16, 2024
Feb 15, 2024
May 16, 2024
Apr 17, 2024
Apr 17, 2024
Feb 10, 2024
Apr 17, 2024
May 5, 2024
May 16, 2024
Jan 5, 2024
May 16, 2024
May 16, 2024
Feb 10, 2024
May 5, 2024
Feb 20, 2024
May 4, 2024
Apr 19, 2024
May 16, 2024
Dec 30, 2023

Repository files navigation

{ Personal } Jekyll Theme

{ Personal } is a free responsive blog with minimal aesthetic, about you. You can watch it live here.

desktop

mobile

Deploy on Github Pages for free

Fork the repository and:

  1. Rename the forked repository to yourusername.github.io
  2. Update the url in _config.yml to be yourusername.github.io
  3. Commit the changes and after the Github Action of your commit succeeds, you should see your website at https://yourusername.github.io

How to run locally

You can use Docker to run the website to avoid installing any dependencies to your local environment. To do so, run:

docker-compose up --build

Alternatively, you can run the website locally by installing ruby and then installing the project dependencies by running:

make install

And then start serving the website:

jekyll serve --watch --host 0.0.0.0 --config _config.yml,_config.dev.yml

Documentation

The theme contains documentation in the form of blog posts.

Features

  • Fork of Timeline (mashup of Grayscale by Start Bootstrap and Agency Jekyll Theme)
    • Modern and minimal design
      • Responsive templates for home page, blog archive and posts. Looks great on mobile, tablet, and desktop devices
    • Timeline
      • Tell your story so far with a sleek timeline of dates, pictures and descriptions
        • White on black text, making the reading experience tireless
  • Customization and full control of your website and blog through the site config
  • Blogging functionality
    • Preview of the latest post in the home page
    • Archive page
    • Syntax highlighting
    • Hashtags
    • Categories
    • Disqus comments
    • Share buttons
    • RSS feed
  • Google analytics
  • Cookies consent
  • Protection from email harvesting
  • Sitemap

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.7%
  • SCSS 37.0%
  • Ruby 2.9%
  • Other 0.4%