All Projects → cadars → John Doe

cadars / John Doe

Licence: unlicense
A simple way to make HTML websites

Projects that are alternatives of or similar to John Doe

Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-27.05%)
Mutual labels:  static-site
Jus
🍉 An opinionated tool for making static websites with browserify
Stars: ✭ 107 (-12.3%)
Mutual labels:  static-site
Brunch.github.io
The website
Stars: ✭ 117 (-4.1%)
Mutual labels:  static-site
Themes
Dr. Jekyll's Themes - Add Your Theme!
Stars: ✭ 93 (-23.77%)
Mutual labels:  static-site
React Static
⚛️ 🚀 A progressive static site generator for React.
Stars: ✭ 9,946 (+8052.46%)
Mutual labels:  static-site
Kulfon
👹 🐸 JavaScript static site generator with Org Mode & Markdown support (α) 💥
Stars: ✭ 112 (-8.2%)
Mutual labels:  static-site
Rw
Ryan Wiemer's Digital Portfolio
Stars: ✭ 87 (-28.69%)
Mutual labels:  static-site
Stitcher Core
High performance, static websites for PHP developers
Stars: ✭ 120 (-1.64%)
Mutual labels:  static-site
Viki
A simple Wiki page in Markdown from notebook of VNote.
Stars: ✭ 103 (-15.57%)
Mutual labels:  static-site
Tinysearch
🔍 Tiny, full-text search engine for static websites built with Rust and Wasm
Stars: ✭ 1,705 (+1297.54%)
Mutual labels:  static-site
Gatsby Plugin Advanced Sitemap
Advanced XML Sitemaps for Gatsby.js
Stars: ✭ 94 (-22.95%)
Mutual labels:  static-site
Znote
🎈VuePress 静态布局 Blog,清新+ 简洁+。
Stars: ✭ 98 (-19.67%)
Mutual labels:  static-site
Jamstack Comments Engine
An example of a comments engine you could add to any JAMstack site hosted on Netlify
Stars: ✭ 112 (-8.2%)
Mutual labels:  static-site
Ryosuke Gatsby Blog
Static PWA React-powered portfolio and blog built with GatsbyJS
Stars: ✭ 90 (-26.23%)
Mutual labels:  static-site
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (-2.46%)
Mutual labels:  static-site
Gatsby Theme Try Ghost
A Gatsby theme to build flaring fast blogs from headless Ghost CMS
Stars: ✭ 88 (-27.87%)
Mutual labels:  static-site
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (-9.02%)
Mutual labels:  static-site
Editorial Jekyll Theme
A Jekyll version of the "Editorial" theme by HTML5 UP.
Stars: ✭ 121 (-0.82%)
Mutual labels:  static-site
Fenix
A simple and visual static web server with collaboration features.
Stars: ✭ 1,559 (+1177.87%)
Mutual labels:  static-site
Awesome Jamstack
📔 Curated list of resources: books, videos, articles, speaker decks, tools about using the JAMstack (A modern web development architecture for creating fast, secure and dynamic websites)
Stars: ✭ 115 (-5.74%)
Mutual labels:  static-site

Demo: https://john-doe.neocities.org/

A website in a single HTML file. It simply uses the #anchor suffix and the :target CSS selector to show and hide pages/content. This setup is databaseless, javascriptless, and buildshit-free, so you can edit your website with a text editor and upload it somewhere like a normal person.

To create a new page, add a <section> with a unique id

<section id="contact">
   Contact me!
</section>

Then you could add a link to it inside <nav>

<a href="#contact">Contact</a>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].