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: 10 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T14:15:13.000Z (about 1 year ago)
- Last Synced: 2025-01-20T14:29:29.135Z (11 months ago)
- Topics: blog, business, collaboration, engineering, journal, life, management, programming, reading, thoughtful, work
- Language: SCSS
- Homepage: https://danieldietrich.dev
- Size: 875 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/danieldietrich/journal)
[](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/).
## Prerequisites
* [Docker](https://www.docker.com/products/docker-desktop/)
* [VS Code](https://code.visualstudio.com) & the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension
Clone the git repo [danieldietrich/journal](https://github.com/danieldietrich/journal) and open it in [Gitpod](https://gitpod.io/#https://github.com/danieldietrich/journal), [GitHub Codespaces](https://codespaces.new/danieldietrich/journal) or locally in [VS Code](https://code.visualstudio.com/docs/devcontainers/containers).
## 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)
Run `./journal` for further information.
## 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/).
## Style Guide
* Titles are written in [sentence case](https://dictionary.cambridge.org/dictionary/english/sentence-case), a capitalization style in which only the first word of a sentence and proper nouns are capitalized, with the rest of the words in lowercase.