--- layout: docs title: Permalinks prev_section: templates next_section: pagination --- Jekyll supports a flexible way to build your site’s URLs. You can specify the permalinks for your site through the [Configuration](../configuration) or on the [YAML Front Matter](../frontmatter) for each post. You’re free to choose one of the built-in styles to create your links or craft your own. The default style is always `date`. ## Template variables
| Variable | Description | 
|---|---|
| 
         
  | 
      
         Year from the post’s filename  | 
    
| 
         
  | 
      
         Month from the post’s filename  | 
    
| 
         
  | 
      
         Day from the post’s filename  | 
    
| 
         
  | 
      
         Title from the post’s filename  | 
    
| 
         
  | 
      
         The specified categories for this post. Jekyll automatically parses out double slashes in the URLs, so if no categories are present, it basically ignores this.  | 
    
| 
         
  | 
      
         Month from the post’s filename without leading zeros.  | 
    
| 
         
  | 
      
         Day from the post’s filename without leading zeros.  | 
    
| Permalink Style | URL Template | 
|---|---|
| 
         
  | 
      
         
  | 
    
| 
         
  | 
      
         
  | 
    
| 
         
  | 
      
         
  | 
    
| Permalink Setting | Resulting Permalink URL | 
|---|---|
| 
         None specified, or   | 
      
         
  | 
    
| 
         
  | 
      
         
  | 
    
| 
         
  | 
      
         
  | 
    
| 
         
  | 
      
         
  |