mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
Add travis badge
This commit is contained in:
parent
29d8f6689c
commit
dab3cb480e
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
# <a href="https://vickylai.com/introduction/" target="_blank" rel="noopener">Introduction theme for Hugo</a>
|
||||
[![Build Status](https://travis-ci.com/vickylai/hugo-theme-introduction.svg?branch=master)](https://travis-ci.com/vickylai/hugo-theme-introduction)
|
||||
|
||||
A minimal, single page, smooth scrolling theme for Hugo.
|
||||
|
||||
|
@ -43,7 +44,7 @@ Start with:
|
|||
|
||||
Run:
|
||||
```sh
|
||||
$ hugo new about.md
|
||||
$ hugo new about.md
|
||||
$ hugo new contact.md
|
||||
```
|
||||
Then edit the markdown files with the content you'd like shown in your main page's About and Contact sections.
|
||||
|
@ -113,4 +114,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
|
Loading…
Reference in a new issue