Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adr/adr.github.io
- Owner: adr
- License: mit
- Created: 2017-07-13T12:13:26.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:55:12.000Z (16 days ago)
- Last Synced: 2024-10-28T14:03:36.366Z (16 days ago)
- Topics: architectural-decision-records, architectural-decisions, architecture-decision-records, architecture-doc, software-architecture-and-design
- Language: Markdown
- Homepage: https://adr.github.io/
- Size: 250 KB
- Stars: 363
- Watchers: 10
- Forks: 42
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 .