Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danieldietrich/journal
Daniel's Journal
https://github.com/danieldietrich/journal
blog business collaboration engineering journal life management programming reading thoughtful work
Last synced: about 1 month ago
JSON representation
Daniel's Journal
- Host: GitHub
- URL: https://github.com/danieldietrich/journal
- Owner: danieldietrich
- License: mit
- Created: 2023-12-02T14:39:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T14:27:43.000Z (3 months ago)
- Last Synced: 2024-08-19T12:47:46.850Z (3 months ago)
- Topics: blog, business, collaboration, engineering, journal, life, management, programming, reading, thoughtful, work
- Language: SCSS
- Homepage: https://danieldietrich.dev
- Size: 861 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Open in Gitpod](https://img.shields.io/badge/Open_in_Gitpod-gray?logo=gitpod)](https://gitpod.io/#https://github.com/danieldietrich/journal)
[![Open in GitHub Codespace](https://img.shields.io/badge/Open_in_GitHub_Codespaces-black?logo=github)](https://codespaces.new/danieldietrich/journal)# Daniel's Journal
This is the source code of my personal website [danieldietrich.dev](https://danieldietrich.dev). The website is built with [Jekyll](https://jekyllrb.com/) and hosted on [GitHub Pages](https://pages.github.com/).
Run `./journal` for further information.
## Writing blog posts
1. Run `./journal draft "My Title"`
2. Edit `_drafts/my-title.md`
3. Run `./journal publish _drafts/my-title.md` and follow the instructions
4. Visit [danieldietrich.dev](https://danieldietrich.dev)## Prerequisites
[Install latest Ruby](https://luther.io/articles/ruby-on-mac)
## Credits
* The theme is completely handcrafted, I used an old [Minima](https://github.com/jekyll/minima/tree/38a84a949f9753c4542e25f422935f59b4913053) version as blueprint/starting point.
* The fonts are Amazon Ember and Bookerly by Amazon ([developer.amazon.com](https://developer.amazon.com/en-US/alexa/branding/echo-guidelines/identity-guidelines/typography)) and San Francisco Mono by Apple ([developer.apple.com](https://developer.apple.com/fonts/)).
* The SVGs are taken from [Tabler Icons](https://tablericons.com/) and minified using [SVGOMG](https://svgomg.net/).