-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
71 lines (71 loc) · 8.6 KB
/
index.json
File metadata and controls
71 lines (71 loc) · 8.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"uri": "/1-introduction/",
"title": "Introduction",
"tags": [],
"description": "",
"content": "Chapter 1 Introduction of SpaceNetLab This chapter is still being heavy development.\n By Zeqi Lai\nBack to Homepage. "
},
{
"uri": "/2-blog/",
"title": "Technical Blog",
"tags": [],
"description": "",
"content": "Chapter 2 Technical Blog A simple technical blog about networked computer system design and implementation.\nThis chapter is still being heavy development.\n By Zeqi Lai\nBack to Homepage. "
},
{
"uri": "/3-rtc-lab/",
"title": "RTC-Lab",
"tags": [],
"description": "",
"content": "Chapter 3 RTC-Lab The RTC-Lab project.\nThis chapter is still being heavy development.\n By Zeqi Lai\nBack to Homepage. "
},
{
"uri": "/4-about/",
"title": "About",
"tags": [],
"description": "",
"content": "Chapter Final About this site Tell something about this website.\nThis chapter is still being heavy development.\n By Zeqi Lai\nBack to Homepage. "
},
{
"uri": "/2-blog/website_setup/",
"title": "Website on Hugo.",
"tags": ["front-end", "hugo"],
"description": "",
"content": " This introduction page is a shameful copy of Hugo-theme-learn.\n Create your project Hugo provides a new command to create a new website.\nhugo new site \u0026lt;new_project\u0026gt; Install the theme Install the Hugo-theme-learn theme by following this documentation\nThis theme\u0026rsquo;s repository is: https://github.com/matcornic/hugo-theme-learn.git\nAlternatively, you can download the theme as .zip file and extract it in the themes directory\nBasic configuration When building the website, you can set a theme by using --theme option. However, we suggest you modify the configuration file (config.toml) and set the theme as the default. You can also add the [outputs] section to enable the search functionality.\n# Change the default theme to be use when building the site with Hugo theme = \u0026#34;hugo-theme-learn\u0026#34; # For search functionality [outputs] home = [ \u0026#34;HTML\u0026#34;, \u0026#34;RSS\u0026#34;, \u0026#34;JSON\u0026#34;] Create your first chapter page Chapters are pages that contain other child pages. It has a special layout style and usually just contains a chapter name, the title and a brief abstract of the section.\n### Chapter 1 # Basics Discover what this Hugo theme is all about and the core concepts behind it. Hugo-theme-learn provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command\nhugo new --kind chapter basics/_index.md By opening the given file, you should see the property chapter=true on top, meaning this page is a chapter.\nBy default all chapters and pages are created as a draft. If you want to render these pages, remove the property draft: true from the metadata.\nCreate your first content pages Then, create content pages inside the previously created chapter. Here are two ways to create content in the chapter:\nhugo new basics/first-content.md hugo new basics/second-content/_index.md Feel free to edit thoses files by adding some sample content and replacing the title value in the beginning of the files.\nLaunching the website locally Launch by using the following command:\nhugo serve Go to http://localhost:1313\nYou should notice three things:\n You have a left-side Basics menu, containing two submenus with names equal to the title properties in the previously created files. The home page explains how to customize it by following the instructions. When you run hugo serve, when the contents of the files change, the page automatically refreshes with the changes. Neat! Build the website When your site is ready to deploy, run the following command:\nhugo A public folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.\nThis website can be automatically published and hosted with Netlify (Read more about Automated HUGO deployments with Netlify). Alternatively, you can use Github pages\n The following steps are here to help you initialize your new website. If you don\u0026rsquo;t know Hugo at all, we strongly suggest you learn more about it by following this great documentation for beginners.\nCreate your project Hugo provides a new command to create a new website.\nhugo new site \u0026lt;new_project\u0026gt; Install the theme Install the Hugo-theme-learn theme by following this documentation\nThis theme\u0026rsquo;s repository is: https://github.com/matcornic/hugo-theme-learn.git\nAlternatively, you can download the theme as .zip file and extract it in the themes directory\nBasic configuration When building the website, you can set a theme by using --theme option. However, we suggest you modify the configuration file (config.toml) and set the theme as the default. You can also add the [outputs] section to enable the search functionality.\n# Change the default theme to be use when building the site with Hugo theme = \u0026#34;hugo-theme-learn\u0026#34; # For search functionality [outputs] home = [ \u0026#34;HTML\u0026#34;, \u0026#34;RSS\u0026#34;, \u0026#34;JSON\u0026#34;] Create your first chapter page Chapters are pages that contain other child pages. It has a special layout style and usually just contains a chapter name, the title and a brief abstract of the section.\n### Chapter 1 # Basics Discover what this Hugo theme is all about and the core concepts behind it. Hugo-theme-learn provides archetypes to create skeletons for your website. Begin by creating your first chapter page with the following command\nhugo new --kind chapter basics/_index.md By opening the given file, you should see the property chapter=true on top, meaning this page is a chapter.\nBy default all chapters and pages are created as a draft. If you want to render these pages, remove the property draft: true from the metadata.\nCreate your first content pages Then, create content pages inside the previously created chapter. Here are two ways to create content in the chapter:\nhugo new basics/first-content.md hugo new basics/second-content/_index.md Feel free to edit thoses files by adding some sample content and replacing the title value in the beginning of the files.\nLaunching the website locally Launch by using the following command:\nhugo serve Go to http://localhost:1313\nYou should notice three things:\n You have a left-side Basics menu, containing two submenus with names equal to the title properties in the previously created files. The home page explains how to customize it by following the instructions. When you run hugo serve, when the contents of the files change, the page automatically refreshes with the changes. Neat! Build the website When your site is ready to deploy, run the following command:\nhugo A public folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server.\nThis website can be automatically published and hosted with Netlify (Read more about Automated HUGO deployments with Netlify). Alternatively, you can use Github pages\n "
},
{
"uri": "/tags/front-end/",
"title": "front-end",
"tags": [],
"description": "",
"content": ""
},
{
"uri": "/",
"title": "Homepage of SpaceNetLab",
"tags": [],
"description": "",
"content": "Space Network Lab Introduction In the past several decades, the field of telecommunications has witnessed explosive growth in terms of technological advancement, which has a deep impact on many fronts of the human society. By and large, there are three major types of telecommunication infrastructures: satellite systems, the Internet, and mobile wireless systems such as cellular networks and local area networks. Since the launch of the first artificial satellite in 1957, the number of satellites orbiting the Earth has been rapidly increasing. One or several of these satellites form an autonomous system (AS) from other satellites to provide some specific services, such as telecommunications, surveillance, remote sensing, positioning, navigation, and so on. Across different satellite systems, realtime resource and information sharing is typically impossible. Moreover, many satellite systems cannot provide consistent coverage in large areas due to limited illuminating time and region.\nImage source: H. Yao, L. Wang, X. Wang, Z. Lu and Y. Liu, \u0026ldquo;The Space-Terrestrial Integrated Network: An Overview,\u0026rdquo; in IEEE Communications Magazine, vol. 56, no. 9, pp. 178-185, Sept. 2018.\n Back to Homepage. "
},
{
"uri": "/tags/hugo/",
"title": "hugo",
"tags": [],
"description": "",
"content": ""
},
{
"uri": "/tags/",
"title": "Tags",
"tags": [],
"description": "",
"content": ""
},
{
"uri": "/categories/",
"title": "Categories",
"tags": [],
"description": "",
"content": ""
}]