Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kausalflow/connectome
A Hugo theme with backlinks for online communities
https://github.com/kausalflow/connectome
backlinks connectome digital-garden garden hugo hugo-theme notetaking obsidian roam-like
Last synced: 3 months ago
JSON representation
A Hugo theme with backlinks for online communities
- Host: GitHub
- URL: https://github.com/kausalflow/connectome
- Owner: kausalflow
- License: mit
- Created: 2020-09-27T16:55:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T22:27:14.000Z (about 1 year ago)
- Last Synced: 2024-06-21T13:29:28.391Z (5 months ago)
- Topics: backlinks, connectome, digital-garden, garden, hugo, hugo-theme, notetaking, obsidian, roam-like
- Language: CSS
- Homepage: https://hugo-connectome.kausalflow.com/
- Size: 28.1 MB
- Stars: 36
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - kausalflow/connectome - A Hugo theme with backlinks for online communities (others)
README
# Hugo Connectome Theme
A [Hugo](http://gohugo.io/) theme for online community notes with backlinks.
| graph | links and backlinks | command palette |
|----|----|----|
| ![](images/hugo-connectome-graph.png) | ![](images/hugo-connectome-wide-connectome.png) | ![](images/hugo-connectome-command-palette-demo.png) ![](images/hugo-connectome-command-palette-note-commands-demo.png) || preview links | Multiple Topics/Notebooks |
|----|----|
| ![](images/hugo-connectome-preview-double-bracket-links.png) | ![](images/hugo-connectome-multiple-notebooks.png) |## How to Use
> If one is not familiar with Hugo, the official website has a nice tutorial: [Hugo Quickstart and Basics](https://gohugo.io/getting-started/quick-start/).
Tested on `hugo v0.111.3+extended darwin/amd64`
### Starting from Scratch
Simply fork [this repo](https://github.com/kausalflow/hugo-connectome-theme-demo) and modify the config file `config.yaml`.
### Use this theme in an existing Hugo site
- Add the theme `git submodule add https://github.com/kausalflow/connectome themes/connectome`;
- Use the contents in `themes/connectome/exampleSite` as boilerplate.## Acknowledgement
- This theme is developed on top of [the Hugo Bulma theme](https://github.com/jeblister/bulma/).
- The network graph is visualized using [AntV G6](https://g6.antv.vision/).
- We are using [ninja-keys](https://github.com/ssleptsov/ninja-keys) for our command palette.