Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adr/adr.github.io

Homepage of the ADR GitHub organization
https://github.com/adr/adr.github.io

architectural-decision-records architectural-decisions architecture-decision-records architecture-doc software-architecture-and-design

Last synced: 13 days ago
JSON representation

Homepage of the ADR GitHub organization

Awesome Lists containing this project

README

        

# adr.github.io

This is the source code of .
It is based on the [Chirpy](https://chirpy.cotes.page/) theme.

## Development

### Updating the theme

1. `git remote add chirpy-starter [email protected]:cotes2020/chirpy-starter.git`
2. `get fetch chirpy-starter`
3. `git merge chirpy-starter/main`

### Icons missing

Check if `assets/lib` is empty.
If it is, execute `git submodule init` and then `git submodule update`.

### Running jekyll via Docker

1. `docker run --rm -it -p 4000:4000 -v "C:\git-repositories\adr.github.io\adr.github.io:/tmp/adr" mcr.microsoft.com/devcontainers/jekyll:2-bullseye /bin/bash`
2. `gem install bundler && bundle install`
3. `bundle exec jekyll serve -H 0.0.0.0 -t`
4. Open web browser at .