Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T21:42:44.000Z (29 days ago)
- Last Synced: 2024-11-23T22:18:08.537Z (29 days 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/82213154-09e4-48b2-ada6-2d862c355bdd/deploy-status)](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)