All Projects → CoFH → Cofh.github.io

CoFH / Cofh.github.io

Labels

Projects that are alternatives of or similar to Cofh.github.io

Phd thesis markdown
Template for writing a PhD thesis in Markdown
Stars: ✭ 898 (+9877.78%)
Mutual labels:  markdown
Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (+188.89%)
Mutual labels:  markdown
Wp2md
Convert WordPress Posts to markdown files. / 将WordPress文章转换为md文件。
Stars: ✭ 8 (-11.11%)
Mutual labels:  markdown
Marked
Markdown rendering as a service.
Stars: ✭ 19 (+111.11%)
Mutual labels:  markdown
Easy Pandoc Templates
A collection of portable pandoc templates with no dependencies
Stars: ✭ 23 (+155.56%)
Mutual labels:  markdown
Remark Textr
plugin to make your typography better with Textr
Stars: ✭ 26 (+188.89%)
Mutual labels:  markdown
Edinote
Note taking web application for self-hosting. Offers tagging & Markdown support; can be used as a simple alternative to Evernote.
Stars: ✭ 17 (+88.89%)
Mutual labels:  markdown
Picuploader
一个还不错的图床工具,支持Mac/Win/Linux服务器、支持压缩后上传、添加图片或文字水印、多文件同时上传、同时上传到多个云、右击任意文件上传、快捷键上传剪贴板截图、Web版上传、支持作为Mweb/Typora发布图片接口、作为PicGo/ShareX/uPic等的自定义图床,支持在服务器上部署作为图床接口,支持上传任意格式文件。
Stars: ✭ 848 (+9322.22%)
Mutual labels:  markdown
Fastmatter
👀 A fast frontmatter parser. Supports both string and stream inputs.
Stars: ✭ 25 (+177.78%)
Mutual labels:  markdown
Blog Content
Different articles related to software and/or electronics hacking - Published at http://gbraad.nl/blog/
Stars: ✭ 7 (-22.22%)
Mutual labels:  markdown
Jbake
Java based open source static site/blog generator for developers & designers.
Stars: ✭ 904 (+9944.44%)
Mutual labels:  markdown
Gridsome Starter Liebling
Grisome starter based on Ghost Liebling and tailwindcss.
Stars: ✭ 23 (+155.56%)
Mutual labels:  markdown
Remark Defsplit
plugin to change links and images to references with separate definitions
Stars: ✭ 7 (-22.22%)
Mutual labels:  markdown
Mdx linkify
Link recognition for Python Markdown
Stars: ✭ 18 (+100%)
Mutual labels:  markdown
Boostnote Mobile
Boostnote for iOS and Android 🚀
Stars: ✭ 844 (+9277.78%)
Mutual labels:  markdown
Crisscross
A Markdown-centric template engine for batch offline document generation.
Stars: ✭ 18 (+100%)
Mutual labels:  markdown
Mdviewer
Minimalistic Markdown viewer/converter with built-in Css stylesheets support.
Stars: ✭ 26 (+188.89%)
Mutual labels:  markdown
React Markdown
Markdown component for React
Stars: ✭ 8,047 (+89311.11%)
Mutual labels:  markdown
Remark Reference Links
plugin to transform links and images into references and definitions
Stars: ✭ 8 (-11.11%)
Mutual labels:  markdown
Markdown Guide
The comprehensive Markdown reference guide.
Stars: ✭ 835 (+9177.78%)
Mutual labels:  markdown

Team CoFH Website

https://teamcofh.com/

Development

GitHub automatically builds the site whenever commits are pushed to the master branch. You don't need to build and run the site locally, but it's useful when developing large portions of the site.

Setting up

  1. Install Bundler.
  2. Run bundle install to install Jekyll and its plugins locally.

Run bundle update to update the local environent when needed (usually when the Gemfile is updated).

Running locally

Run bundle exec jekyll serve --incremental in the repository folder to start a local webserver. The website should be regenerated whenever a file is changed. The --incremental flag is not required, but it decreases regeneration times.

To make sure the build is clean, delete _site and .jekyll-metadata beforehand (if they exist).

Writing blog posts

Files in the _posts folder are read as blog posts. To write a new blog post, create a new file in said folder. Look at the files already present to see what they should look like.

See also

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].