All Projects → fossday → website-hugo

fossday / website-hugo

Licence: MIT license
FOSSDay page

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to website-hugo

stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (+100%)
Mutual labels:  static-site, static-site-generation, static-website
simple-dev-blog-zola-starter
A simple dev-blog theme for Zola.
Stars: ✭ 30 (+150%)
Mutual labels:  static-site, static-website
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+383.33%)
Mutual labels:  static-site, static-website
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (+366.67%)
Mutual labels:  static-site, static-website
pardall markdown
Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Stars: ✭ 84 (+600%)
Mutual labels:  static-website, static-website-generator
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+14483.33%)
Mutual labels:  static-site, static-website
tinystatic
A tiny static website generator which is flexible and easy to use
Stars: ✭ 36 (+200%)
Mutual labels:  static-site, static-website
hyperdraft
Turn your notes into a website.
Stars: ✭ 59 (+391.67%)
Mutual labels:  static-site, static-website
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+30266.67%)
Mutual labels:  static-site, static-website
hugo-theme-mixedpaper
A Hugo theme
Stars: ✭ 17 (+41.67%)
Mutual labels:  static-site, gohugo
nodejsdesignpatterns.com
Source for Website for Node.js Design Patterns, book by Mario Casciaro and Luciano Mammino, published by Packt (https://nodejsdp.link/buy)
Stars: ✭ 27 (+125%)
Mutual labels:  static-site, static-website
urlzap
⚡️ Your own static URL shortener
Stars: ✭ 57 (+375%)
Mutual labels:  static-site, static-website
static-site
Static Sites - Open-Source and Paid | AppSeed App Generator
Stars: ✭ 17 (+41.67%)
Mutual labels:  static-site
Portfolio
A Next.js & Material UI portfolio that stylizes markdown files from the GitHub API and Contentful CMS.
Stars: ✭ 18 (+50%)
Mutual labels:  static-site
dcdesignweek.org
✨ - 2021 DC Design Week Website
Stars: ✭ 13 (+8.33%)
Mutual labels:  static-site
Kotsu
✨ Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Stars: ✭ 48 (+300%)
Mutual labels:  static-site
jiahao.codes
😎 Personal Website
Stars: ✭ 63 (+425%)
Mutual labels:  static-site
cookie
Landing website + Blog using Jekyll & Tailwind CSS
Stars: ✭ 61 (+408.33%)
Mutual labels:  static-site
site
🏞 My name dot com.
Stars: ✭ 54 (+350%)
Mutual labels:  static-site
personal-page
Personal Page is a project that contains a person's personal information and resume.
Stars: ✭ 20 (+66.67%)
Mutual labels:  static-site

Build Status License

Sobre este projeto

Este repositório é para o site do http://fossday.org. Um evento comunitário que é realizado em Lajeado/RS.

Caso tenha interesse em contribuir, deixe sem Pull Request :-)

Travis

https://travis-ci.org/fossday/site

TL;DR (Too Long, Didn't Read)

Baixe Docker com o comando mágico (funciona somente em Sistemas Operacionais). Windows, sorry :-)

curl -fsSL https://get.docker.com/ | sh

Como obter Docker?

Como publicar o site

Publicação de código, ou seja, transforma todos os arquivos.md para HTML

docker run -it \
-v $(pwd)/site:/src \
-v $(pwd)/site/public:/src/public \
raffaeldutra/docker-gohugo

Se você precisar de mais arquivos de configuração para rodar tanto em sua máquina local ou em Docker, passe como último parâmetro. Exemplo:

docker run -it \
-v $(pwd)/site:/src \
-v $(pwd)/site/public:/src/public \
raffaeldutra/docker-gohugo /gohugo.sh -p novo-arquivo.toml

Como rodar um servidor

Aqui é possível rodar Hugo em modo servidor

docker run -it \
-v $(pwd)/site:/src \
-p 1313:1313 \
raffaeldutra/docker-gohugo /gohugo.sh

Se você precisar de mais arquivos de configuração para rodar tanto em sua máquina local ou em Docker, passe como último parâmetro. Exemplo:

docker run -it \
-v $(pwd)/site:/src \
-p 1313:1313 \
raffaeldutra/docker-gohugo /gohugo.sh -s novo-arquivo.toml
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].