hack the theme to add my own social media stuff
This commit is contained in:
		
							parent
							
								
									f961a1529b
								
							
						
					
					
						commit
						3bc171ea6b
					
				@ -63,9 +63,11 @@ enableGitInfo = true
 | 
			
		||||
        url = "/contact/"
 | 
			
		||||
 | 
			
		||||
[social]
 | 
			
		||||
    locals = "exitingthecave"
 | 
			
		||||
    gab = "exitingthecave"
 | 
			
		||||
    github = "gmgauthier"
 | 
			
		||||
    stackoverflow = "381517"
 | 
			
		||||
    locals = "https://exitingthecave.locals.com/"
 | 
			
		||||
    gab = "https://gab.com/exitingthecave/"
 | 
			
		||||
    keybase = "gmgauthier"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,17 @@
 | 
			
		||||
    </li>
 | 
			
		||||
    {{ end }}
 | 
			
		||||
 | 
			
		||||
    <!-- SNS microblogging -->
 | 
			
		||||
    {{ with .Site.Social.locals }}
 | 
			
		||||
    <li class="pure-menu-item">
 | 
			
		||||
      <a class="pure-menu-link" href="https://{{ . }}.locals.com/" rel="me" target="_blank"><i class="fa fa-user fa-fw"></i>Locals</a>
 | 
			
		||||
    </li>
 | 
			
		||||
    {{ end }}
 | 
			
		||||
 | 
			
		||||
    {{ with .Site.Social.gab }}
 | 
			
		||||
    <li class="pure-menu-item">
 | 
			
		||||
      <a class="pure-menu-link" href="https://gab.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-user fa-fw"></i>Gab</a>
 | 
			
		||||
    </li>
 | 
			
		||||
    {{ end }}
 | 
			
		||||
 | 
			
		||||
    {{ with .Site.Social.twitter }}
 | 
			
		||||
    <li class="pure-menu-item">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user