aboutsummaryrefslogblamecommitdiff
path: root/v2/src/lib/base.en.conf
blob: ba0200b96e74721bc705acd3d841696ac9e72b0d (plain) (tree)
1
2
3
4
5
6
7
8
9
                            
 
                                     
 

                
                    
 
                                  
 
                                              
 
                                         
 
                                                          
 
                                                     
 
 
                                 
 
                                                   
 
                                                          
 
                                                                          
 
                                               
 
 
                                       
 



                                                            

                                                                            








                                                 

                                                                  
                                      
export date_fmt='%B %-d, %Y'

export site_name="EuAndreh's website"

export lang='en'

export about='About'

export about_url_name='about.html'

export by_category_url_name='by-category.html'

export homepage_url="$(url-for "$lang/")"

export homepage_url_absolute="$(absolute "$homepage_url")"

export about_url="$(url-for "$lang/$about_url_name")"


export index_article_title='Blog'

export index_recent_article_title='Recent articles'

export index_category_article_title='Articles by category'

export index_article_url="$(url-for "$lang/$(coll2path "$lang" article)")"

export feed_article_title="EuAndreh's articles"


export index_pastebin_title='Pastebins'

export index_recent_pastebin_title='Pastebins listing'

export index_category_pastebin_title='Pastebins by category'

export index_pastebin_url="$(url-for "$lang/$(coll2path "$lang" pastebin)")"

export feed_pastebin_title="EuAndreh's pastebins"


export index_til_title='TIL'

export index_recent_til_title='TIL listing'

export index_category_til_title='TIL by category'

export index_til_url="$(url-for "$lang/$(coll2path "$lang" til)")"

export feed_til_title="EuAndreh's TIL"