From 4823ad8a77c74ba3195ae587a46619ec4b7706aa Mon Sep 17 00:00:00 2001 From: Giuseppe Masino Date: Sat, 19 Mar 2022 00:23:24 +0100 Subject: [PATCH] Update README --- README.adoc | 34 ++++++++++++++++++++++++++++++++++ README.md | 35 ----------------------------------- 2 files changed, 34 insertions(+), 35 deletions(-) create mode 100644 README.adoc delete mode 100644 README.md diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..06d739e --- /dev/null +++ b/README.adoc @@ -0,0 +1,34 @@ +[pass] +-- +
+

Simple Intro

+

+ A simple theme for hugo.
+ Based on the original work of + gangjun06. +

+ +
+-- + +== Get Started + +[literal] +-- +hugo new site +cd +git submodule add https://github.com/qub1750ul/hugo-simpleIntro themes/simpleIntro +-- + +== Development + +Switch to the `exampleSite` branch for info on the development workflow. + +== Credits + +|=== +| Name | License | Description +| github.com/gangjun06/SimpleIntro | Apache | Original work +| github.com/konpa/devicon/ | MIT License | Demo Site Icon +| github.com/tailwindlabs/tailwindcss | MIT License | Css Library +|=== diff --git a/README.md b/README.md deleted file mode 100644 index d52bfb6..0000000 --- a/README.md +++ /dev/null @@ -1,35 +0,0 @@ -Sorry for not managing properly. I hope this repo helped you create a hugo theme - -# Simple Intro - -simple theme for hugo - -![intro](https://raw.githubusercontent.com/gangjun06/SimpleIntro/master/images/screenshot.png) - -# Live Demo - -https://gangjun06.github.io/SimpleIntroDemo - -# Get Started - -```bash -hugo new site -cd -git submodule add https://github.com/gangjun06/SimpleIntro themes/SimpleIntro -``` - -# Configuration - -Check out the config files included on the [exampleSite](exampleSite) - -# Credits - -| Name | License | Description | -| ----------------------------------- | ----------- | -------------- | -| github.com/konpa/devicon/ | MIT License | Demo Site Icon | -| github.com/tailwindlabs/tailwindcss | MIT License | Css Library | - -# ETC. - -It seems that I made this project and neglected it too much. -So I am modifying the code little by little in the new branch