- Change
config.toml
file according to your settings - Change Google forms
You need to install and configure the addon https://www.youtube.com/watch?v=FvZ2tM0m7AY
In this theme, there 3 different types
- Simple page type (privacy policy)
- Custom page layout for
/clients/
,/use-cases/
,/carreers/
,/services/
homepage, about. - Custom page types for single client, use-case, career, service.
You can apply new custom css to main style file here:
/themes/beaver/static/style.css
companies
get from data/companies.yaml
file
Technologies could be taken from data/technologies.yaml
, but Beaver wordpress has a custom layout (probably manually created), so you can't just dump them as is because the design will be different. After moving to a sane theme, feel free to use data/technologies.yaml
for it. Look how companies are used and make similar.
Go to content/clients
and copy the folder then rename it and change content and images accordingly.
Using CLI hugo new content clients/new-client/index.md
bin/setup
We can use surge.sh to deploy.
bin/surge/deploy
To download all new posts and their updates from dev.to
need to run
bin/from_devto -f
- Open
devto_urls_mapping.csv
- Change the URLs that you want to update (you should not change the first number in the line, this is the foreign key for the article on dev.to )
- Save
devto_urls_mapping.csv
- Run
bin/from_devto -f
-
Write a post on
dev.to
under the JetThoughts account. All of the following conditions must be met:- Post under JetThoughts LLC. (You can choose it in the top left corner. To the right of the dev.to logo)
- Set tags. Most relevant tags should be first. (2 first tags will be added to URL)
-
Go to Github Actions page
-
Click on "Sync all dev.to articles"
-
Open the dropdown with the "Run worflow" label and run it in the master branch.
After the work flow is over, the article should appear on our blog and the canonical url on dev.to should be updated, it will point to the article on our blog.
- Use square svg (find or create). I used
themes/beaver/assets/img/icons/logo-small.svg
. - Generate everything using realfavicongenerator.net.