Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goseind/gosein.de
My personal website and blog
https://github.com/goseind/gosein.de
blog github-pages jekyll portfolio resume software-engineering website
Last synced: 14 days ago
JSON representation
My personal website and blog
- Host: GitHub
- URL: https://github.com/goseind/gosein.de
- Owner: goseind
- Created: 2022-03-11T16:40:30.000Z (almost 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-03-11T12:29:22.000Z (10 months ago)
- Last Synced: 2024-04-13T15:33:10.808Z (9 months ago)
- Topics: blog, github-pages, jekyll, portfolio, resume, software-engineering, website
- Language: HTML
- Homepage: https://gosein.de/
- Size: 68.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![pages-build-deployment](https://github.com/goseind/gosein.de/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/goseind/gosein.de/actions/workflows/pages/pages-build-deployment)
# My personal blog - [gosein.de](https://gosein.de/)
This repo contains the source code for my personal blog, which is published at [gosein.de](https://gosein.de/).
## Blog Setup
The blog is built with Jekyll and hosted on GitHub Pages. Below are some random notes about the customisations.
- List of supported plugins: https://pages.github.com/versions/
- GH Pages Docs: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll
- Theme used/docs to theme: https://github.com/jekyll/minima#skins
- Installation of [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag/blob/6005f93781954db0fbce9f63686a5ea2ee9cacb6/docs/installation.md) and [usage](https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md), while [`{%- seo -%}`](https://github.com/jekyll/minima/blob/32468f51758b0b37c2b1f423265d4f29db461b27/_includes/head.html#L5) is already included in the base of `minima`.## Ideas and notes
- rebuild with Hugo or Pelican: https://themes.gohugo.io/themes/hugo-papermod/
- series instead of long posts --> link series/how to list them together
- something like "what I learned" or "very short blog post" series --> TIL
- draft branch to iterate and publish faster