+ {{ post.title }} +
+ + {% if post.excerpt %} ++ {{ post.excerpt | strip_html | truncate: 150 }} +
+ {% endif %} +diff --git a/Gemfile b/Gemfile index de77416..4557963 100644 --- a/Gemfile +++ b/Gemfile @@ -2,13 +2,11 @@ source "https://rubygems.org" ruby RUBY_VERSION gem "jekyll" -gem "minimal-mistakes-jekyll" group :jekyll_plugins do gem "jekyll-paginate" gem "jekyll-sitemap" gem "jekyll-gist" gem "jekyll-feed" - gem "jekyll-include-cache" gem "jekyll-octicons" end diff --git a/_config.yml b/_config.yml index eca50f0..8dfb18b 100644 --- a/_config.yml +++ b/_config.yml @@ -4,10 +4,6 @@ description: Software developer and technical writer based in Vancouver, Canada. baseurl: "" url: "http://alphang.com" -# Theme -theme: minimal-mistakes-jekyll -minimal_mistakes_skin: "dark" - # Build settings markdown: kramdown highlighter: rouge @@ -19,7 +15,6 @@ plugins: - jekyll-sitemap - jekyll-gist - jekyll-feed - - jekyll-include-cache - jekyll-octicons # Pagination @@ -34,10 +29,8 @@ author: avatar: "/assets/brick-road-alpha.jpg" links: - label: "GitHub" - icon: "fab fa-fw fa-github" url: "https://github.com/alphang" - label: "LinkedIn" - icon: "fab fa-fw fa-linkedin" url: "https://www.linkedin.com/in/alphang" # Defaults @@ -46,16 +39,12 @@ defaults: path: "" type: posts values: - layout: single - author_profile: true - read_time: true - share: false + layout: post - scope: path: "" type: pages values: - layout: single - author_profile: true + layout: page exclude: - CLAUDE.md diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..996c1f9 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,184 @@ + + +
+ + +Author
+{{ site.author.name }}
++ {{ site.description }} +
++ {{ post.excerpt | strip_html | truncate: 150 }} +
+ {% endif %} +No posts yet — check back soon.
+{{ site.author.name }}
+{{ site.author.location }}
+