KaiseiYokoyama / WebSite

Home Page:https://www.amusement-creators.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netlify Status

Overview

AmusementCreatorsの公式HPのソースです。

Usage

詳しい利用法や運用方法(下準備記事の作成自己紹介の追加, Tips 等)はwikiを御覧ください。

Install Hugo

# Homebrew, Linuxbrew (macOS, Linux) を使う場合
brew install hugo

# Chocolately (Windows) を使う場合
choco install hugo -confirm 

# Scoop (Windows)を使う場合
scoop install hugo

Quick Start

git clone {fork repo}
git submodule update --init --recursive
hugo server -DF

OR

git clone --recursive {fork repo}
hugo server -DF

変更履歴

  • layouts/index.html
    • contents直下のすべてのセクションのRecently Postsを表示するように変更
  • layouts/section/wiki.html
    • /wiki/ページからホームページに遷移するように(ref. #38 )

About

https://www.amusement-creators.info/


Languages

Language:HTML 100.0%