Thanks for being interested in contributing! We’re so glad you want to help! We want contributing to Wowchemy to be fun, enjoyable, and educational for anyone and everyone. All contributions are welcome, including issues, new docs as well as updates and tweaks, blog posts, workshops, and more. Check out the full guide to contributing on Github. Code of Conduct Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making parti...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
You can use the Markdown block (aka Blank) to create your own home page sections. Add any page elements, such as an image gallery, and personalize the section with a background etc. Let’s begin building a new page section by creating a new Markdown file for it at content/home/my-section.md with the following front matter: ---widget:blankheadless:true# ... Put Your Section Options Here (title etc.) ...title:My New Sectionsubtitle:weight:10# section position on pagedesign:# Choose how many co...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
You can use the Markdown block to create your own customized landing page sections. Add any page elements, such as an image gallery, and personalize the section with a background etc. Examples You can find a diverse range of examples in the hompages (content/_index.md) and landing pages of the starter templates. A text block and custom background created with the Markdown block. An image gallery created with the Markdown block. Usage To add this block to your homepage, copy the below YAML con...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Front matter allows page-specific metadata and functionality to be included at the top of a Markdown file. In the documentation and the example site, we will predominantly use YAML to format the front matter of content files and TOML to format the configuration files. This is because TOML is more human-friendly but popular Markdown editors primarily support YAML front matter in content files. Edit your content on the go or from the comfort of your sofa with the integrated open source Wowchemy...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Looking to build and publish a Wowchemy block that doesn’t exist yet? Did you know that you can add any content you like, such as text, images, videos, galleries, and even HTML/CSS/JS, to the Markdown block without needing to code your own block? You can also easily create your very own blocks with the click of a button - we’ve put together a block template and step-by-step guide to kickstart the process of creating your own blocks with Wowchemy 👩🎨 Create a Block to get started ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Looking to build and publish a Hugo Blox that doesn’t exist yet? Did you know that you can add any content you like, such as text, images, videos, galleries, and even HTML/CSS/JS, to the Markdown block without needing to code your own block? You can also easily create your very own blocks with the click of a button - we’ve put together a block template and step-by-step guide to kickstart the process of creating your own Blox with Hugo 👩🎨 Create a Block to get started 🚀 View th...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Learn how to update the Wowchemy website components that your site uses. TLDR Head over to your website project in Github, click the go.mod file, and click the pencil button to edit it Update the require statement to the following to get the latest version: Otherwise, to get a specific version of a module, replace main with a commit or tagged version that’s associated with the module. For example, the wowchemy module has a modules/wowchemy/v5.6.0 release which we can update to by replacing ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Wowchemy empowers you create a wide variety of different content types. Content can include widget pages, blog posts, publications, online courses, podcasts, videos, Markdown slides, notebooks, documentation, projects, events/talks, and much more. Table of ContentsYou may also be interested to learn about the diverse range of page elements, such as image galleries, math, or diagrams, that can be added to any page. Introduction The following common metadata can be added to the front matter of ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Both the interface and content language can be changed to suit your needs. Interface The Interface Language controls the text on the site that isn’t part of your content files. You can choose from 35+ languages, with English being the default for new sites. Available Language Packs Choose from 35+ interface languages including: عربي (ar) Català (ca) Česky (cs) Dansk (da) Deutsch (de) Ελληνικά (el) English (en) Español (es) Eesti (et) Euskara (eu) فارسی (fa) Suomi (fi) Fr...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
So you would like to create a landing page, such as the homepage, by choosing from the diverse collection of customizable, pre-designed blocks? The block system enables you to easily choose different blocks (designs) for the header (such as navigation bar), page sections, and the footer (such as copyright and links). Easily create customized landing pages with Wowchemy’s highly flexible page building system The site Header and Footer blocks are special cases which can be customised within y...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Choose one of these integrations to analyse your site traffic with Wowchemy: Google Analyticsa comprehensive, widely adopted solution Google Tag Managera service to integrate any analytics provider, including Google Analytics, without modifying any code Microsoft Clarity 百度统计 Wowchemy JavaScript Hook to integrate other analytics services, paste the script provided by your analytics provider into Wowchemy’s custom scripts file Google Google Analytics If you wish to use Google Analyti...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
CMS Add, edit, and remove blog posts with the built-in blog post editor: Manage your blog posts in the Wowchemy CMS. Command line To create a blog/news article: hugo new --kind post post/my-article-name Then edit the newly created file content/post/my-article-name.md with your full title and content. Hugo will automatically generate summaries of posts that appear on the homepage. If you are dissatisfied with an automated summary, you can either limit the summary length by appropriately placin...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Empower your users to search your website content for keywords so that they can quickly discover relevant content. If search is enabled, a search icon will automatically appear in the navigation bar, and a search box will appear in the sidebar of any content using the docs/tutorial layout (as can be seen on this site). Clicking the search icon will toggle the search dialog. Keyboard shortcuts are available to facilitate searching. Pressing / will toggle the search dialog and pressing ESC will...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
CMS Add, edit, and remove publications with the built-in publication editor: Manage your publications in the Wowchemy CMS. Import from BibTeX The leading reference management tools enable you to export your publications to the open BibTeX format. If you are new to research we recommend managing references with Zotero, a popular open source tool. In your reference management tool, create a list of your own publications and export it as a BibTeX file to data/publications.bib within your site fo...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
The book feature is designed for knowledge sharing. It can be used to create multi-page content such as online courses, software documentation, knowledge bases, books, notebooks, and tutorials. Did you know that this website was created from the Project Documentation template and uses the book layout for the purpose of documenting Wowchemy? If you are creating a new site, check out the Project Documentation and Online Course starter templates which will help you get up and running fast. Organ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
By default, your template may provide an example author, such as admin, in the content/authors/ folder. The folder name, admin in this example, is the username which can be referenced from the authors field of pages. By editing the author profile, we can add details such as a display name and avatar. If you automatically import publications from BibTeX, you may wish to create a username (i.e. folder name) matching the BibTeX author name, so that your publications are automatically associated ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
To create a project: hugo new --kind project project/my-project-name Then edit the newly created file content/project/my-project-name.md. Either you can link the project to an external project website by setting the external_link: "http://external-project.com" variable at the top of the file, or you can add content (below the final ---) in order to render a project page on your website.| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Show a statement from a customer as an endorsement to other potential customers. Include the customer avatar, name, social username, social link, and their statement. 👑 Unlock this block Sponsor this open source movement to add this block to your site Usage To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at content/_index.md. Alternatively, to create a new page with this block, copy the full YAML front matter ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
To create an event, such as a talk in the latest version: hugo new --kind event event/my-talk-name Then edit the newly created file content/event/my-talk-name/index.md with your full event title and details. Note that many of the event parameters are similar to the publication parameters. Whereas prior to v5 Beta 2, you can create an event with: hugo new --kind talk talk/my-talk-name| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Pages are the most fundamental building block for content. They’re useful for general standalone content which does not match one of the built-in content types on this page. You may also be interested in Widget Pages which enable you to add widgets to a page. The simplest way of adding a page is to add a Markdown file using a .md extension at the root folder of your site. For a site with just a homepage and an author, here’s what the root directory and associated URLs might look like with...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Slides can be created very efficiently using Markdown, presented to your audience, and shared on your site. Speaker notes, math, and diagrams included! Check out the slides demo and the Markdown file behind it. Publish slide decks using open, future-proof Markdown formatted text Theming a slide deck Slide decks use their own theming system rather than the one configured in your site’s params.yaml. This enables the theme of each slide deck to be customized in its front matter. For a light th...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Archive pages are the special pages which list all of your content. An example is a blog post archive at YOUR-SITE.com/post/. Similarly, you can list subsets of pages by using widgets on landing pages (aka widget pages) or by browsing a taxonomy URL such as YOUR-SITE.com/tags/awesome/. Did you know that the Pages and Featured widgets on the homepage will automatically link to their corresponding archive pages when you have more items of content than you configured to be displayed in the widge...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Wowchemy templates make available taxonomies such as tags and categories for organizing content. If you need to display custom page elements, such as custom title or header image, for each taxonomy term, you can create a page for that term at /content/<TAXONOMY>/<TERM>/_index.md and add your metadata to its front matter. For example, let’s customize the page for a tag named awesome by creating a page at /content/tags/awesome/_index.md, adding a custom title title: This page is awesome to th...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Showcase your skill set and hobbies. Usage Showcase your skill set and hobbies with the Skills block. For example, the following options can be added to your section front matter in order to include the Skills block: ---title:My pagetype:landingsections:- block:skillscontent:title:Skillstext:''# Choose a user to display skills from (a folder name within `content/authors/`)username:admindesign:columns:'1'--- Then edit your skills in your user profile. The default user profile is named admin an...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Introduce your team members. Introduce your team members with the People widget. The People widget displays photos of people within your team or organisation, and links to their user profile page. You can choose which users to display and in which order to display them by using user groups. First, create a user account for each user that your wish to display. (This can also be performed by duplicating the example content/authors/admin/ folder for each user and modifying its contents appropria...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Introduce yourself to your readers with an avatar, biography, and links to your social media identities. Create a user profile Setup a user profile and then edit a page section in your homepage to associate an About block with your username (the username is the name of the folder in authors/). For example, admin is the username (folder name) of the default authors/admin/ user profile. Usage Introduce yourself to your readers with the Biography widget. For example, the following options can be...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Highlight the logos of the companies using your services or sponsoring you. Display company logos. 👑 Unlock this block Sponsor this open source movement to add this block to your site Usage To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at content/_index.md. Alternatively, to create a new page with this block, copy the full YAML front matter below into a new file such as content/hello.md. Upload the company l...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
A responsive pricing table to show the pricing plan to your potential customers or sponsors, similar to the Hugo Blox Builder Sponsors page. Display pricing tables. 👑 Unlock this block Sponsor this open source movement to add this block to your site Usage To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at content/_index.md. Alternatively, to create a new page with this block, copy the full YAML front matter be...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Introduce yourself to your readers. Create a user profile Setup a user profile and then edit the front matter of a page section, such as home/about.md, to associate an About block with your username (name of the folder your created in authors/). For example, admin is the username (folder name) of the default authors/admin/ folder. Variation 1 Introduce yourself to your readers with the About widget. For example, the following options can be added to your section front matter in order to inclu...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Introduce yourself to your readers with an avatar, brief biography, and links to your social media identities. Create a user profile Setup a user profile and then edit a page section in your homepage to associate an About block with your username (the username is the name of the folder in authors/). For example, admin is the username (folder name) of the default authors/admin/ user profile. Usage Introduce yourself to your readers with the About widget. For example, the following options can ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
List your accomplishments including certificates and courses attended. List your accomplishments including certificates and courses attended. Logos can be added in SVG format to your media/icons/brands folder, named accordingly to the brand (lowercase and replacing spaces with underscores). For example, add a logo for an organization named “My Brand” as media/icons/brands/my_brand.svg. Three popular Accomplishment brands are included automatically to help you get started. Add your accompl...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
List your accomplishments including certificates and courses attended. List your accomplishments including certificates and courses attended. Usage To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at content/_index.md. Alternatively, to create a new page with this block, copy the full YAML front matter below into a new file such as content/hello.md. ---title:My pagetype:landingsections:- block:accomplishmentsconte...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Communication is the cornerstone of almost any website, especially business sites. With Wowchemy, you can easily add communicate elements including a contact form, social messaging links, appointment booking, and a map to your website. A well-designed contact section is essential to network with other people, spark new business, and increase conversions. With the Contact block, you can add elements such as a contact form, social messaging links, appointment booking, and a map to your website....| Introduction | Hugo Bootstrap Blocks | Hugo Blox
List your professional experience or education on a timeline. With the Experience widget, you can list your professional experience or education on a timeline. How do I add my organisation logos? Simply add the company logo option, such as company_logo: my-logo, to an experience entry where my-logo references an SVG image at assets/media/icons/brands/my-logo.svg. Check out the Markdown widget example of adding these logos to an Experience widget. Add your experience by editing the front matte...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
List your professional experience or education on a timeline. With the Experience widget, you can list your professional experience or education on a timeline. Usage To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at content/_index.md. Alternatively, to create a new page with this block, copy the full YAML front matter below into a new file such as content/hello.md. How do I add my organisation logos? Simply add ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
As an individual, use the Features block to showcase your skills and expertise. As an organization, use the widget to highlight the key features of your product or service. Showcase personal skills or product features with the Features block. Choose from a large range of icons to depict your skills or features. You can even use emojis or custom SVG icons. Usage To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at c...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
As an individual, use the Featurette widget to showcase your skills and expertise. As an organization, use the widget to highlight the key features of your product or service. Showcase personal skills or product features with the Featurette widget. Edit the front matter of home/skills.md to add your skills/features. Choose from a large range of icons to depict the skills/features. For example, the following options can be added to your section front matter in order to include the Featurette w...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
The Hero widget can be used to encourage visitors to perform an action (CTA). It’s the first thing that visitors see when they visit your website, and it influences the way your visitors feel and behave on your site. Typically, the Hero widget is configured to include a hero image, a tagline and a call to action (CTA). There are other possibilities as well though, such as including a secondary action, note, and background. The Hero widget can be used to encourage visitors to perform an acti...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
The Hero block can be used to encourage visitors to perform an action (CTA). It’s the first thing that visitors see when they visit your website, and it influences the way your visitors feel and behave on your site. Typically, the Hero block is configured to include a hero image, a tagline and a call to action (CTA) button - the action that you would like your visitors to perform. There are other possibilities as well though, such as including a secondary action, note, and background. The H...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
List your content such as blog posts, events, podcasts, videos, and publications. Choose from multiple built-in views (layouts) to display your content or create your own personalized view. List your content such as recent blog posts. Customization General options How can I position sections (widget instances), add backgrounds, and personalize the layout? Check out the Page Building guide. Widget-specific options Edit the front matter of a section to configure the view and other options, such...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
List your content such as blog posts, events, podcasts, videos, and publications. Choose from multiple built-in views (layouts) to display your content or create your own personalized view. List your content such as recent blog posts. Usage General options How can I position sections, add backgrounds, and personalize the layout? Check out the Page Building guide. Block-specific options Edit the front matter of a section to configure the view and other options, such as the folders to display c...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
With the Portfolio widget you can showcase your work and optionally enable visitors to filter the items. Showcase your work or product features with the Portfolio widget. Different views are available for the content. The default view is a masonry card view made famous by Pinterest.com. Other views include a large image showcase view, a compact view with image, and a simple list view. For the showcase view, the flip_alt_rows option can be set to true to horizontally flip alternate rows - a st...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
With the Portfolio widget you can showcase your work and optionally enable visitors to filter the items. Showcase your work or product features with the Portfolio widget. Choose from a range of different listing views to personalize the layout of your content. The default view is a masonry card view made famous by Pinterest.com. Other views include a large image showcase view, a compact view with image, and a simple list view. For the showcase view, the flip_alt_rows option can be set to true...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Promote a lot of content in a small space with a slider (carousel). Users can click the left and right arrows to move between slides, or you can automate slide transitions with a timer. Promote a lot of content in a small space with the Slider (carousel) widget. Customization The content for each slide is added to the page front matter. A title and content can be set for each slide - Markdown formatting and emojis can be used. The content of each slide can be left, center, or right aligned. O...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Promote a lot of content in a small space with a slider (carousel). Users can click the left and right arrows to move between slides, or you can automate slide transitions with a timer. Promote a lot of content in a small space with the Slider (carousel) block. Usage To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at content/_index.md. Alternatively, to create a new page with this block, copy the full YAML front ...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Enable visitors to easily discover popular topics. Associate your pages with tags by placing the tags option in the front matter of your pages (e.g. tags = ["A Tag", "Another Tag"]). The Tag Cloud widget will then display your tags. The more popular a tag is, the larger its font. The tags.md section in the Academic Resume demo uses the Tag Cloud widget. To show the widget in a section, reference it in your section’s front matter: ---widget:tag_cloudheadless:true# This file represents a page...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Enable visitors to easily discover popular topics. Associate your existing pages with tags by placing the tags option in the front matter of your pages (e.g. tags: ["A Tag", "Another Tag"]). The Tag Cloud block will then display your tags. The more popular a tag is, the larger its font. Usage To add this block to your homepage, copy the below YAML configuration for this block into the existing sections on your homepage at content/_index.md. Alternatively, to create a new page with this block,...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Introduce your team members. Introduce your team members with the People widget. The People widget displays photos of people within your team or organisation, and links to their user profile page. You can choose which users to display and in which order to display them by using user groups. First, create a user account for each user that your wish to display. (This can also be performed by duplicating the example content/authors/admin/ folder for each user and modifying its contents appropria...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
How can you perform more advanced customization or integrate new third-party services? Hooks The Hugo hooks system enables you to easily inject your own code into parts of a site for more advanced customization. No need to edit or override any of the theme’s files! The following hooks are supported (as of v5.6-dev): head-start head-end body-end footer-start toc-start (for the right sidebar table of contents only) toc-end (for the right sidebar table of contents only) To inject your code int...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Want to empower users to share your pages on social media? The Page Sharer enables you to grow your audience by engaging your visitors to share pages on your site with others. Visitors can share your pages via email, Twitter, Facebook, LinkedIn, WhatsApp, Weibo, and many more! To enable the Page Sharer, set share: true in your page front matter. To customize the social networks in the Page Sharer, edit data/page_sharer.toml. If you don’t already have this file in your site, copy the page_sh...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Want to optimize your site for search engines and social networks? Awesome built-in SEO capable of delivering rich search results. This example shows how a Wowchemy site’s event page can appear in Google. By default, Wowchemy automatically applies awesome search engine and social network optimizations for you, including: ✅ 100% SEO score in Google Lighthouse (tested on the Academic template demo) ✅ JSON-LD structured data enabling rich results in search engines such as Google ✅ Progre...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Want to optimize the security of your site? By default, Wowchemy automatically applies awesome security enhancements for you when deploying with Netlify, including: ✅ Secured with HTTPS ✅ Subresource Integrity (SRI) ✅ X-Frame-Options ✅ X-XSS-Protection ✅ X-Content-Type-Options ✅ Referrer-Policy ✅ Configurable Content Security Policy ✅ Configurable Permissions Policy If your site does not generate a public/_headers file, open config/_default/config.yaml and add "headers" to out...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
RMarkdown is a popular format with statisticians. It is often edited with RStudio and used to write technical blog posts or documentation that include snippets of the R statistical programming language. So how can we include R content in our Wowchemy site? Prerequisites Follow the guide to setup Wowchemy and Hugo on your computer. Publishing content with RStudio First check that you have installed the prerequisites in the previous section. It’s recommended to convert RMarkdown files directl...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Want to optimize the performance of your site for your visitors? By default, Wowchemy automatically applies awesome performance optimizations for you, including: ✅ Lazy loading images on demand ✅ Prefetching pages before a user clicks on their links ✅ Prefetching and asynchronously loading assets ✅ Bundling and minifying HTML, CSS, and JS to reduce HTTP requests and file sizes ✅ Resizing and compressing high-resolution images found in page folders Wowchemy is a page building framewo...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
How to empower readers to engage with your content? Wowchemy supports the following comment providers: Twitter and other social networks Option 1: Readers can comment by clicking one of the Page Sharing links such as the Twitter link Option 2: Tweet your page and add a [Comment](https://twitter.com/...) link at the end of the page, referencing your tweet URL. Readers can then comment in the Twitter thread and react by liking or retweeting. You can also embed the Tweet at the end of the articl...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Wish to build an offline site? Or an online site that does not attempt to speed up your site’s load time by serving assets via a third party Content Distribution Network (CDN)? Then read on for some tips to help guide you. In params.yaml: Change the font to native to use native fonts optimized for the user’s device Set [cms] > netlify_cms to false to disable the Netlify Identity integration for Netlify CMS Download the JS and CSS assets that your site configuration uses You can perform th...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
In this guide, we’ll learn how to blog in Wowchemy using Jupyter Notebooks. Here’s a snippet from a Jupyter notebook, for example: print("I am a Jupyter Notebook!") I am a Jupyter Notebook! Install Python and Jupyter Install Anaconda which includes Python 3 and Jupyter notebook. Otherwise, for advanced users, install Jupyter notebook with pip3 install jupyter. Create a new blog post as usual Run the following commands in your Terminal, substituting <MY_WEBSITE_FOLDER> and my-post with the...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
To migrate your website from Wordpress to Wowchemy is a two phase process: Phase One First, install the WordPress to Jekyll Exporter plugin into your Wordpress installation by following these steps: Place the WordPress to Jekyll Exporter plugin in /wp-content/plugins/ folder Activate plugin in WordPress dashboard Select Export to Jekyll from the Tools menu The WordPress plugin converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML with just a single click. A zip fi...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Some common questions and answers are listed below. Table of ContentsChanges do not show on my site Login to Netlify and check the status of the latest deploy in the Deploys tab. If there is a progress indicator, Netlify is still updating your site. If there is a red cross, click on the failed deploy and check the error message. You can either revert the change which broke the site, or consider addressing the issue. Alternatively, changes may not show immediately in your web browser if your b...| Introduction | Hugo Bootstrap Blocks | Hugo Blox
Learn how to migrate your site from Jekyll to the Wowchemy website building framework for Hugo.| Hugo Bootstrap Blocks | Hugo Blox
The #1 open source app for creators to easily publish, share, and grow a business around their content. An all-in-one tool to build a website, landing pages, and publish content. Remove the middleman. Engage your fans directly and make your profile standout from the crowd.| Hugo Bootstrap Blocks | Hugo Blox
Communication is the cornerstone of almost any website, especially business sites. With Hugo Blox Builder, you can easily add communicate elements including a contact form, social messaging links, appointment booking, and a map to your website. A well-designed contact section is essential to network with other people, spark new business, and increase conversions.| Hugo Bootstrap Blocks | Hugo Blox
A domain name is your online address. Learn how to create a personalized domain name to help visitors find you online, add credibility to your brand, and look more professional.| Hugo Bootstrap Blocks | Hugo Blox
Sites built with Wowchemy can be deployed to almost any provider due to the static nature of the generated website.| Hugo Bootstrap Blocks | Hugo Blox
Learn how to format content with Markdown, write math with LaTeX, add citations, and embed rich media such as image galleries, videos, podcasts, and Twitter feeds.| Hugo Bootstrap Blocks | Hugo Blox
The #1 open source app for creators to easily publish, share, and grow a business around their content. An all-in-one tool to build a website, landing pages, and publish content. Remove the middleman. Engage your fans directly and make your profile standout from the crowd.| Hugo Bootstrap Blocks | Hugo Blox
The #1 open source app for creators to easily publish, share, and grow a business around their content. An all-in-one tool to build a website, landing pages, and publish content. Remove the middleman. Engage your fans directly and make your profile standout from the crowd.| Hugo Bootstrap Blocks | Hugo Blox
Choose a template to get started 🚀 Alternatively, install on your computer Table of ContentsCreate your site After choosing a template above, you’ll be greeted with the welcome screen below. Click the big Connect To Github button on the welcome screen (or alternatively click the link underneath to connect with Gitlab): Netlify welcome screen Login with your Github account (or create a new Github account): Login with your Github account (or create a new Github account) Click Save & Deploy...| 🔥 Getting started | Hugo Bootstrap Blocks | Hugo Blox
The #1 open source app for creators to easily publish, share, and grow a business around their content. An all-in-one tool to build a website, landing pages, and publish content. Remove the middleman. Engage your fans directly and make your profile standout from the crowd.| Hugo Bootstrap Blocks | Hugo Blox
Learn ways in which you can customize your Hugo site such as by choosing a color theme, font, website icon, and adding third-party integrations.| Hugo Bootstrap Blocks | Hugo Blox
This quick tutorial will explore how to customize the Academic Resume starter template. You may also find it useful for customizing other templates.| Hugo Bootstrap Blocks | Hugo Blox
Learn how to install Hugo to preview your site and edit your Hugo website locally in your favorite Markdown editor.| Hugo Bootstrap Blocks | Hugo Blox
Write content for your Hugo website from your sofa or on the go with the Hugo CMS online content editor.| Hugo Bootstrap Blocks | Hugo Blox