forked from robert/robertjohnson.work
no message
This commit is contained in:
parent
2d70045c42
commit
fbf837e4ef
@ -12,18 +12,17 @@ baseurl: '/online-cv' #change it according to your repository name
|
||||
#style: styles-6
|
||||
|
||||
|
||||
|
||||
|
||||
#Profile information
|
||||
name: Alan Doe
|
||||
tagline: Full Stack Developer
|
||||
pic: profile.png #place a 100x100 picture inside /assets/images/ folder and provide the name of the file below
|
||||
|
||||
#sidebar links
|
||||
email: alan.doe@website.com
|
||||
email: hello@webjeda.com
|
||||
phone: 012 345 6789
|
||||
website: blog.webjeda.com #do not add http://
|
||||
linkedin: alandoe
|
||||
github: alandoe
|
||||
twitter: '@twittername'
|
||||
github: sharu725
|
||||
twitter: '@webjeda'
|
||||
|
||||
#Update all the sections by editing the files inside _includes folder.
|
||||
|
@ -2,4 +2,14 @@
|
||||
<script type="text/javascript" src="{{site.baseurl}}/assets/plugins/jquery-1.11.3.min.js"></script>
|
||||
<script type="text/javascript" src="{{site.baseurl}}/assets/plugins/bootstrap/js/bootstrap.min.js"></script>
|
||||
<!-- custom js -->
|
||||
<script type="text/javascript" src="{{site.baseurl}}/assets/js/main.js"></script>
|
||||
<script type="text/javascript" src="{{site.baseurl}}/assets/js/main.js"></script>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-83979019-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user