All Projects → frontend-labs → Post Template

frontend-labs / Post Template

post-template for frontendlabs

Projects that are alternatives of or similar to Post Template

pug-symfony
Pug (Jade) template engine for Symfony
Stars: ✭ 40 (+263.64%)
Mutual labels:  jade
electron-vue-typescript-starter
🔩 An Electron starter that supports VueJS + TypeScript.
Stars: ✭ 80 (+627.27%)
Mutual labels:  jade
generator-vintage-frontend
Modern front-end workflow
Stars: ✭ 15 (+36.36%)
Mutual labels:  jade
pug-server
🐶 A simple pug server
Stars: ✭ 19 (+72.73%)
Mutual labels:  jade
lsxc
Compile Livescript + Pug + React + SASS as a single component
Stars: ✭ 17 (+54.55%)
Mutual labels:  jade
web-generator
👑 Gulp based task runner which creates HTML output from Pug HTML templates
Stars: ✭ 13 (+18.18%)
Mutual labels:  jade
emitty
A platform for finding dependencies between files and building tools for incremental compilation or build.
Stars: ✭ 69 (+527.27%)
Mutual labels:  jade
Pug
Pug template engine for PHP
Stars: ✭ 341 (+3000%)
Mutual labels:  jade
preview-vscode
A previewer of Markdown and HTML for Visual Studio Code
Stars: ✭ 25 (+127.27%)
Mutual labels:  jade
TechFusionFM
Static site for tech podcast built using Hexo.io with deployment script, XML escaper and iTunes rank tracking Telegram bot.
Stars: ✭ 20 (+81.82%)
Mutual labels:  jade
hexo-jade-starter
Starter theme for Hexo implemented with Jade and Less.
Stars: ✭ 49 (+345.45%)
Mutual labels:  jade
Blog-Node
基于Node的个人博客,涵盖前后端的方方面面,项目持续更新中
Stars: ✭ 72 (+554.55%)
Mutual labels:  jade
landing
This project builds the static and internationalized landing page of Upplication.
Stars: ✭ 26 (+136.36%)
Mutual labels:  jade
TG799VAC-XTREAM-V16.2-JADE
My personal unique wiki for hacking the router firmware used by (Telia)TG799vac Xtream Version 16.2 Jade delivered from Technicolor
Stars: ✭ 32 (+190.91%)
Mutual labels:  jade
Shkjem
基于Vue&ElementUI的企业官网
Stars: ✭ 281 (+2454.55%)
Mutual labels:  jade
bit-css
用原子类赋予元素属性,减少甚至不写css
Stars: ✭ 19 (+72.73%)
Mutual labels:  jade
virtual-jade
Compile Jade templates to Hyperscript for Virtual DOM libraries
Stars: ✭ 31 (+181.82%)
Mutual labels:  jade
Laravel Jade
[Discontinued] Laravel package that adds Jade templating support
Stars: ✭ 5 (-54.55%)
Mutual labels:  jade
Meteor Jade
The Jade template engine for Meteor/Blaze
Stars: ✭ 312 (+2736.36%)
Mutual labels:  jade
meteor-getting-started
Урок для хабры. Разработка первого метеор приложения.
Stars: ✭ 36 (+227.27%)
Mutual labels:  jade

post-template

Template for post in frontendlabs.io

Clone

git clone https://github.com/frontend-labs/post-template.git

Dependencies

node version >= 4.2.6

Install

sudo npm install -d

Does it work?

Watch

npm run watch

BrowserSync

npm run browser

Ready!

Open pug/_config.pug and update it with your post data

- var post = {}
- post.title           = 'titulo'
- post.date            = '17 enero, 2016'
- post.author          = 'Jan Sanchez'

Then open pug/index.pug and start making your new post!

extends ./pug/_layout.pug
block post
	//- aquí empieza el contenido del post
	h2 titulo de sección
	p contenido de un parrafo
	p texto y un enlace
		a(href="http://frontendlabs.io/") Frontendlabs.io
	p texto que contiene el nombre de una
		span(class="inline_folder") carpeta de un
		span(class="inline_file") archivo y de un
		span(class="inline_code") codigo
	pre(class="prettyprint lang-js")
		code.
			var hola = 'ejemplo de string';

it works

Docker!

In this file: docker/compose/supply.yml change jan for your username (whoami)

Setup

make setup

Watch

make watch

And in another terminal:

Browser

make browser

Enjoy it!

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