Code Monkey home page Code Monkey logo

initto's Introduction

Tech Blog based on Eleventy

blog kit with 11ty(Eleventy) based on hylia-forestry.

Prepare your own environment

installation

Please execute it when installing in your environment for the first time. Not needed if already running

$ npm ci

serve on local

Please execute when starting the system in your environment

$ npm start

Build a production version of the site

The production version is set automatically, so you don't have to run it.

$ npm production

How to write article

Article in English

Create a new md file in src/posts e.g.: sample.md

Article in Japanese

Create a new md file in src/ja/post e.g.: sample.md

Add article file

You can also add a file by referring to the arrow in the image below and write an article there readme01

Contents

The contents of the article file are as follows

---
title: <title>
author: <author name>
date: <publish date>
socialImage: 'https://initto.devprotocol.xyz/images/ogp.png'
level: BEGINNER | EXPERIENCED | 初級 | 中級以上
tags:
- <tags...>
- <tags...>
- <tags...>
---
<contents>

The text enclosed in --- is the meta information of the article. Please write the title, date, tag, etc. of the article. If you set the date value to the future, it will not be displayed until the set date comes (it will not be displayed in the list). If you want to change OGP, change the value of socialImage. Please write the body of the article from below the meta information. Write the article in markdown format

Image

If you want to use images, create a directory in src/images/posts/ and save the images there. It is recommended that the directory name be the same as the title of the article.

From the article, you can add images as below

![Image alt text](/images/posts/article-title/img01.png)

initto's People

Contributors

aggre avatar akira-taniguchi avatar hhatto avatar kazu80 avatar pdotall avatar rafaelp avatar renovate[bot] avatar vinzvinci avatar yumemayu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.