https://github.com/martinp7r/blog
My personal tech & programming related blog
https://github.com/martinp7r/blog
architecture blog giscus shell swift swiftui tools web
Last synced: 2 months ago
JSON representation
My personal tech & programming related blog
- Host: GitHub
- URL: https://github.com/martinp7r/blog
- Owner: MartinP7r
- License: mit
- Created: 2021-08-08T13:08:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T21:42:44.000Z (over 1 year ago)
- Last Synced: 2025-03-27T06:13:02.818Z (over 1 year ago)
- Topics: architecture, blog, giscus, shell, swift, swiftui, tools, web
- Language: Shell
- Homepage: https://blog.martinp7r.com
- Size: 5.84 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Tech Blog
[](https://app.netlify.com/sites/angry-swartz-d5db56/deploys)
## TODO
https://rbuchberger.github.io/jekyll_picture_tag/
## Usage
```bash
# first time
bundle install
# start local server
bundle exec jekyll s
```
Please see the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy#usage).
## Upgrading
First, please modify the target version number of `jekyll-theme-chirpy` in the `Gemfile` (e.g., `gem "jekyll-theme-chirpy", "~> 4.0", ">= 4.0.1"`).
After that, execute the following command:
```console
$ bundle update jekyll-theme-chirpy
```
As the version upgrades, the critical files and configuration options will change. Please refer to the [Upgrade Guide](https://github.com/cotes2020/jekyll-theme-chirpy/wiki/Upgrade-Guide) to keep your website files in sync with the latest version of the theme.
## Theme
The amazing Chirpy Jekyll Theme
- [GitHub](https://github.com/cotes2020/jekyll-theme-chirpy)
- [gem](https://rubygems.org/gems/jekyll-theme-chirpy)
- [mit license](https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE)