The future of underwater wireless
- clone the project:
git clone git@github.com:subnero1/subnero1.github.io.git && cd subnero1.github.io
-
install Jekyll: https://jekyllrb.com/docs/installation/macos/
-
build static pages:
jekyll build -
start local server:
jekyll serve --config _dev_config.yml --watch -
if there's error on
invalid byte sequence in US-ASCII error: invalid byte sequence in US-ASCII, run the following in the command line:LC_CTYPE="en_US.UTF-8" LANG="en_US.UTF-8"
-
push to github pages:
git push origin master
The steps to add new content to the FAQ section are as follows:
- Access the FAQ content by navigating to the "_faq" folder in the website's directory.
- Create a new file using the question as the title and the answer as its content, maintaining the established filename pattern.
- Indicate the relevant section in the file's header to categorize the content to the right section.
- Commit the changes to a new branch and initiate a Pull Request (PR) for review.
- Share the link to the PR on the "faq" Discord channel.
- Validate the content's rendering on the staging website to ensure accurate presentation.
- Upon PR approval, merge the changes into the main branch and subsequently delete the branch.