Clean up broken duckquill submodule references
This commit is contained in:
		
							parent
							
								
									84c80eceaa
								
							
						
					
					
						commit
						0d597798c8
					
				
					 322 changed files with 30223 additions and 4137 deletions
				
			
		| 
						 | 
				
			
			@ -1,70 +1,18 @@
 | 
			
		|||
+++
 | 
			
		||||
title = "Homepage"
 | 
			
		||||
 | 
			
		||||
description = "Page description"
 | 
			
		||||
 | 
			
		||||
# Whether to sort pages by "date", "weight", or "none". More on that below
 | 
			
		||||
sort_by = "none"
 | 
			
		||||
 | 
			
		||||
# Used by the parent section to order its subsections.
 | 
			
		||||
# Lower values have priority.
 | 
			
		||||
weight = 0
 | 
			
		||||
 | 
			
		||||
# Template to use to render this section page
 | 
			
		||||
template = "index.html"
 | 
			
		||||
 | 
			
		||||
# Apply the given template to ALL pages below the section, recursively.
 | 
			
		||||
# If you have several nested sections each with a page_template set, the page
 | 
			
		||||
# will always use the closest to itself.
 | 
			
		||||
# However, a page own `template` variable will always have priority.
 | 
			
		||||
# Not set by default
 | 
			
		||||
#page_template =
 | 
			
		||||
 | 
			
		||||
# How many pages to be displayed per paginated page.
 | 
			
		||||
# No pagination will happen if this isn't set or if the value is 0
 | 
			
		||||
paginate_by = 10
 | 
			
		||||
 | 
			
		||||
# If set, will be the path used by paginated page and the page number will be appended after it.
 | 
			
		||||
# For example the default would be page/1
 | 
			
		||||
paginate_path = "page"
 | 
			
		||||
 | 
			
		||||
# Whether to insert a link for each header like the ones you can see in this site if you hover one
 | 
			
		||||
# The default template can be overridden by creating a `anchor-link.html` in the `templates` directory
 | 
			
		||||
# Options are "left", "right" and "none"
 | 
			
		||||
insert_anchor_links = "none"
 | 
			
		||||
 | 
			
		||||
# Whether the section pages should be in the search index. This is only used if
 | 
			
		||||
# `build_search_index` is set to true in the config
 | 
			
		||||
in_search_index = true
 | 
			
		||||
 | 
			
		||||
# Whether to render that section homepage or not.
 | 
			
		||||
# Useful when the section is only there to organize things but is not meant
 | 
			
		||||
# to be used directly
 | 
			
		||||
render = true
 | 
			
		||||
 | 
			
		||||
# Whether to redirect when landing on that section. Defaults to not being set.
 | 
			
		||||
# Useful for the same reason as `render` but when you don't want a 404 when
 | 
			
		||||
# landing on the root section page.
 | 
			
		||||
# Example: redirect_to = "documentation/content/overview"
 | 
			
		||||
# redirect_to = "/notes/"
 | 
			
		||||
 | 
			
		||||
# Whether the section should pass its pages on to the parent section. Defaults to `false`.
 | 
			
		||||
# Useful when the section shouldn't split up the parent section, like
 | 
			
		||||
# sections for each year under a posts section.
 | 
			
		||||
transparent = false
 | 
			
		||||
 | 
			
		||||
# Use aliases if you are moving content but want to redirect previous URLs to the
 | 
			
		||||
# current one. This takes an array of path, not URLs.
 | 
			
		||||
aliases = []
 | 
			
		||||
 | 
			
		||||
# Your own data
 | 
			
		||||
[extra]
 | 
			
		||||
show_shares = false
 | 
			
		||||
index = true
 | 
			
		||||
 | 
			
		||||
insert_anchor_links = "left"
 | 
			
		||||
title = "Home"
 | 
			
		||||
+++
 | 
			
		||||
Welcome to the online presence of Aron Petau.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Welcome
 | 
			
		||||
 | 
			
		||||
to the online presence of Aron Petau.
 | 
			
		||||
This site is a collection of my thoughts and experiences.
 | 
			
		||||
I hope you find something interesting here.
 | 
			
		||||
 | 
			
		||||
If you feel like reading about some of my past projects, check out the [notes](@/notes/_index.md) section.
 | 
			
		||||
This Page is currently under construction.
 | 
			
		||||
broken links are to be expected.
 | 
			
		||||
 | 
			
		||||
<div class="buttons centered">
 | 
			
		||||
  <button class="big colored">Do Something…</button>
 | 
			
		||||
</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue