-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # Gemfile.lock # _includes/disqus.html
- Loading branch information
Showing
365 changed files
with
2,520 additions
and
4,203 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
.bundle | ||
.clj-kondo | ||
.DS_Store | ||
.sass-cache | ||
.gist-cache | ||
.pygments-cache | ||
.lsp | ||
.work | ||
.idea/ | ||
_deploy | ||
_site | ||
public | ||
sass.old | ||
source.old | ||
source/_stash | ||
source/stylesheets/screen.css | ||
vendor | ||
node_modules | ||
_drafts/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
clean: | ||
bb quickblog clean | ||
|
||
render: | ||
bb quickblog render | ||
cp robots.txt public/ | ||
|
||
watch: | ||
bb quickblog watch --port 8080 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,22 @@ | ||
# philippkueng.github.io | ||
# philippkueng.ch | ||
|
||
This is the repo for my personal blog on [https://philippkueng.ch](https://philippkueng.ch). | ||
This is the repo for my personal blog on [philippkueng.ch](https://philippkueng.ch). | ||
|
||
## Writing | ||
|
||
Compile the Markdown files, then watch for changes and recompile as needed. | ||
|
||
```bash | ||
# Install rbenv to install custom ruby versions | ||
brew install rbenv | ||
|
||
# Download a specific ruby version | ||
rbenv install 2.6.5 --verbose | ||
|
||
# add eval "$(rbenv init -)" to the .zshrc file | ||
|
||
# Install all the required dependencies defined in the Gemfile | ||
bundle | ||
|
||
# Install Pygments (a python dependency) | ||
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | ||
python3 get-pip.py --user | ||
|
||
# Add /Users/philippkueng/Library/Python/3.7/bin to the PATH in .zshrc | ||
pip install Pygments | ||
|
||
# Attempt to start the server and build a static version of the blog | ||
bundle exec jekyll serve --drafts | ||
``` | ||
make clean | ||
make render | ||
make watch | ||
make publish | ||
``` | ||
|
||
# Tasks | ||
|
||
- [ ] implement Reference-URL in the template and atom feed (2012-02-02) | ||
- [ ] ensure the images are shown within the width of the blog (also check if it looks usable on mobile) | ||
- [ ] add a mastodon link | ||
- [ ] remove posts which no longer add any value | ||
- [ ] migrate the comments from disqus to either another platform or include them in the static version and stop having comments altogether. (eg. use Mastodon for comments instead) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.