le4ker/personal-jekyll-theme


{ Personal } Jekyll theme https://le4ker.github.io/personal-jekyll-theme/

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.PanosSakkos:personal-jekyll-theme:'
	}
	dependencies {
		implementation("com.github.PanosSakkos:personal-jekyll-theme:")
	}
	<dependency>
	    <groupId>com.github.PanosSakkos</groupId>
	    <artifactId>personal-jekyll-theme</artifactId>
	    <version></version>
	</dependency>

                            
    libraryDependencies += "com.github.PanosSakkos" % "personal-jekyll-theme" % ""
        
        

                            
    :dependencies [[com.github.PanosSakkos/personal-jekyll-theme ""]]
        
        

Readme


{ Personal } Jekyll Theme

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

Mobile and Desktop preview

<p align="center"> <img src=".github/images/mobile.gif" alt="mobile" /> </br></br></br> <img src=".github/images/desktop.gif" alt="desktop" /> </p>

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 (3.1.1) and then installing the project dependencies by running:

bundle install

And then start serving the website:

bundle exec jekyll serve --watch --livereload

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
    • Mermaid Diagrams
    • RSS feed
  • Google analytics
  • Cookies consent
  • Protection from email harvesting
  • Sitemap