diff --git a/_config.yml b/_config.yml index dde4095..7e051ac 100644 --- a/_config.yml +++ b/_config.yml @@ -3,11 +3,11 @@ environment: production email: xevion@xevion.dev baseurl: "" # the subpath of your site, e.g. /blog url: "https://xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com -github: xevion highlighter: rouge permalink: pretty plugins: - jekyll-feed + - "jekyll-github-metadata" exclude: - CNAME - LICENSE @@ -17,4 +17,4 @@ compress_html: ignore: envs: ["development"] comments: all -repository: xevion/xevion.dev \ No newline at end of file +repository: Xevion/xevion.dev \ No newline at end of file diff --git a/_layouts/posts.html b/_layouts/posts.html index 5bbf0d3..d0a25ff 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -37,8 +37,8 @@ layout: default
- Atom - - #{{ site.github.build_revision }} + Atom | + + #{{ site.github.build_revision | truncate: 7, "" }}
diff --git a/_sass/main.scss b/_sass/main.scss index c1d0c41..a4209a1 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -333,4 +333,13 @@ article { border: solid white; border-width: thin 0; padding: 10px; +} + + +.build-revision { + font-family: CMU Typewriter Text, sans-serif; + a { + color: #d2d2d2; + text-decoration: none; + } } \ No newline at end of file