File tree Expand file tree Collapse file tree 4 files changed +66
-4
lines changed
Expand file tree Collapse file tree 4 files changed +66
-4
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ This theme is designed to be used as a Git submodule inside your site's source r
3939 git submodule add https://github.com/scientific-python/scientific-python-hugo-theme themes/scientific-python-hugo-theme
4040 ```
4141
42- 3 . Copy the theme's documentation site as a template for your site :
42+ 3 . Copy the theme's example site as a template:
4343
4444 ``` sh
45- cp -a themes/scientific-python-hugo-theme/doc /* .
45+ cp -a themes/scientific-python-hugo-theme/exampleSite /* .
4646 ```
4747
48484 . Test the site:
4949
5050 ```
51- $ make serve
51+ $ hugo server
5252 ...
5353 Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
5454 ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ baseURL : " https://example.com/"
2+ languageCode : " en-us"
3+ title : " Example Site"
4+ theme : scientific-python-hugo-theme
5+ relativeURLs : true
6+ disableKinds : ["taxonomy"]
7+
8+ markup :
9+ highlight :
10+ noClasses : false
11+ goldmark :
12+ renderer :
13+ unsafe : true
14+ renderHooks :
15+ link :
16+ enableDefault : true
17+
18+ params :
19+ author :
20+ name : " Example Team"
21+ description : " Example"
22+ images :
23+ - /images/logo.svg
24+ search : true
25+ navbarlogo :
26+ image : logo.svg
27+ text : Scientific Python Hugo Theme
28+ link : /
29+ fonts :
30+ - name : " Lato"
31+ weights : [400, 900]
32+ hero :
33+ title : Example Site
34+ image : logo.svg
35+ buttontext : Get Started
36+ buttonlink : " #"
37+ navbar :
38+ - title : User Guide
39+ url : /
40+ footer :
41+ logo : logo.svg
42+ socialmediatitle : " "
43+ socialmedia :
44+ - link : https://github.com/
45+ icon : github
46+
47+ quicklinks :
48+ column1 :
49+ title : " "
50+ links :
51+ - text : About
52+ link : /
53+ - text : Theme GitHub
54+ link : https://github.com/scientific-python/scientific-python-hugo-theme
55+ column2 :
56+ links :
57+ - text : Scientific Python Forum
58+ link : https://discuss.scientific-python.org
59+ column3 :
60+ links :
Original file line number Diff line number Diff line change 1+ ---
2+ title :
3+ ---
You can’t perform that action at this time.
0 commit comments