Skip to main content

Modifying the configuration file

Modify the docusaurus.config.js configuration file to configure your Docusaurus installation.

ConfigDescriptionExample
titleThe title of your Docusaurus website.'Are you taking your notes?',
taglineThe tagline that appears on the front page.'"Words are the final frontier" - some Irish writer',
faviconThe favicon of your Docusaurus website. This is the icon displayed on the tab of your web browser'img/favicon.ico'
urlYour Docusaurus website url.https://jsailo.github.io/notes
baseUrlThe page that will be opened when visitors visit your site.https://jsailo.github.io
organizationNameName of your organization. When hosting in github, enter your github username.jsailo
projectNameName of your project. When hosting in github, enter the repository name.notes
onBrokenLinksAction to be taken by NPM when broken links are found during the build process.ignore, log, throw, or warn
onBrokenMarkdownLinksAction to be taken by NPM when broken Markdown links are found during the build process.ignore, log, throw, or warn
editUrlEnter the URL where users will be redirected when they click the Edit this page link in a blog or page.https://github.com/jsailo/notes/tree/main/