Hugo
obsidian-export
Hugo | obsidian-export | |
---|---|---|
567 | 22 | |
74,656 | 1,013 | |
0.9% | - | |
9.8 | 8.5 | |
3 days ago | 3 days ago | |
Go | Rust | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Hugo
- B-Trees and Database Indexes
-
Deploying Hugo from Self-Hosted GitLab to Cloudflare Pages
As you may have noticed this site is built using Hugo and Papermod theme. After playing around with Hugo and getting comfortable with it, I wanted to push the initial version of this site to the git repository and set up an automatic deployment pipeline to be able to easily publish updates to the web.
- Ask HN: Best static site generator for non-designer?
-
Build your own LinkTree with Go and GitHub Pages
I used to build my website using a known tool named Hugo, a static site generator. I also have a LinkTree account that displays all of my links.
-
The perl.fish experiment
Hugo - used by example for perl.com (source)
-
Improving Accessibility by Generating Image-alt texts using GenAI
The descriptive text is stored as the alt attribute on the HTML img element, and the path to the image describes the relative path to the image or an absolute image URL. In our case, the static site generator Hugo parses these Markdown files and assets (images, etc.) and converts them into static HTML pages. I want my solution to be independent of Hugo, though, because Markdown is also used in other places, such as Readme files. For now, I've also decided to ignore external images in the form of URLs, i.e., http:// or https:// links. Mostly because we're not using them.
-
How I Built My Personal Website for Free with Hugo
My previous website used the Gatsby framework, for a simple reason: I am very familiar with React, so I thought customization would be easier. However, I later realized I didnt have time to maintain a bunch of Typescript and Javascript, which made me reluctant to update my website. This time, I choose Hugo. Maintaining a small amount of Go Template is easier, and I am familiar with Golang, too.
-
Markdown: More With Less
I use markdown for blogging on dev.to and on my personal blog site which is built on Hugo. I use it for notes, task lists, reports and of course project documentation. MD(Markdown) is highly extensible and can be used in numerous applications.
-
hugo is a cli based tool, does it have a CMS interface? it seems inconvinient using command line than using a cms interface
https://gohugo.io/ - A comprehensive guide to Hugo's taxonomies
- Ask HN: What is the best way to author blogs in 2024v
obsidian-export
-
MdBook – Create book from Markdown files. Like Gitbook but implemented in Rust
Found: https://github.com/zoni/obsidian-export but hope this can be part of a single solution.
-
Using Github to write my notes has helped me retain knowledge immensely.
I use this obsidian-export CLI program to convert prior to pushing to my repo and it's been working pretty well. This gives me a read-only version of my notes that is accessible from devices I don't have obsidian on (work laptop, for example).
- Export all notes at once and convert wikilinks to Markdown?
-
Personal knowledge base: Any tool/software suggestions?
If you limit your use of third party plugins, you can always use https://github.com/zoni/obsidian-export for this as well. I originally built it for exactly this use case (but now also use it as a crucial step in my pipeline to publish content to my own website)
-
A free + simple + good looking alternative to Obsidian Publish!
It came from here! https://github.com/zoni/obsidian-export
-
A Quick Way to Share Your Obsidian PKM
Worth noting I maintain a project which does exactly this: https://github.com/zoni/obsidian-export
-
D&D template?
I have similar folders to [Oudwin](https://www.reddit.com/user/Oudwin/)... - dm - _inbox - assets - checklist - communications - research-reference - elements - sessions Additionally, I have had reasonable success using [obsidian-export](https://github.com/zoni/obsidian-export) to export my Obsidian vault to CommonMark. From there you have more options. I then build html pages using [mdbook](https://rust-lang.github.io/mdBook/) to control the information that is revealed to players. I am playing with using [MkDocs](https://www.mkdocs.org/) to see if it offers more control/flexibility. Regardless, the /elements folder contains all the lore chunks of the world including information I keep on the PCs. The /communications and /sessions folders can contain info with links to /elements that are revealed as needed. I make heavy use of transclusion ![[CoolThingFormAnotherFolder]] to keep it a bit more elegant and some custom styles are needed to make it how it look how I wish.
-
Export Vault/Notes to a standalone wiki html?
I have had reasonable success using obsidian-export to export a vault to CommonMark. From there you have more options. I am using it for world-building in D&D and I then build html pages using mdbook to control the information that is revealed to players.
-
New User - Should I stay with pure markdown or use Obsidian extra commands/syntax?
Shameless plug: obsidian-export. It will convert [[WikiLinks]] and ![[Embeds]] to plain Markdown (among a few other things) so you'll always have a way to go back if Obsidian doesn't work out the way you hoped.
-
What Settings to Use to Make Notes Created in Obsidian the Most Universally Compatible
So really you can't get what you want at all. You could try an external tool like this to export your notes to commonmark which is more widely supported. Ultimately if you are changing the path to files outside of obsidian (meaning they won't be automatically updated) you will break links. So maybe your best bet is to use wikilinks + an export tool.
What are some alternatives?
astro - The web framework for content-driven websites. ⭐️ Star to support our work!
obsidian-pandoc - Pandoc document export plugin for Obsidian (https://obsidian.md)
MkDocs - Project documentation with Markdown.
Obsidian-MD-To-PDF - A command line python script to convert Obsidian md files to a pdf
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
OSCP-Notes-Template - A template Obsidian Vault for storing your OSCP revision notes
eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
Zettlr - Your One-Stop Publication Workbench
Hexo - A fast, simple & powerful blog framework, powered by Node.js.
dendron - The personal knowledge management (PKM) tool that grows as you do!
Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
pandoc - Universal markup converter