# SITE SETUP # Documentation: https://sourcethemes.com/academic/ # marketing microsoft_clarity = "" # Color theme. # Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`, `strawberry`. color_theme = "default" # Enable users to switch between day and night mode? day_night = false # Font style. # Choose from `default`, `classic`, or `playfair`. font = "classic" # Description for social sharing and search engines. If undefined, superuser role is used in place. description = "" # Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here. sharing_image = "" # Twitter username (without @). Used when a vistor shares your site on Twitter. twitter = "" # Diplay a logo in navigation bar rather than title (optional). # To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "". logo = "lyc.png" # Enable global source code highlighting? true/false # Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options highlight = true # highlight_languages = ["r"] # Add support for highlighting additional languages # highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/ # Enable global LaTeX math rendering? # If false, you can enable it locally on a per page basis. math = false # Privacy pack # Show a cookie consent message to visitors # Anonymize IP in Google Analytics (if enabled) privacy_pack = false # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format ) # Examples: "Mon, Jan 2, 2006" or "2006-01-02" date_format = "02-01-2006" # Examples: "3:04 pm" or "15:04" time_format = "15:04" ############################ ## Contact Widget setup ## ############################ # Enter contact details (optional). To hide a field, clear it to "". email = "leajean2001@gmail.com" phone = "06 24 59 42 11" address = "Bordeaux" sns = "Léa JEAN" # Office hours: use `
` to insert a line break, or set to "" to remove office hours office_hours = """""" # Enter an optional link for booking appointments (e.g. calendly.com). appointment_url = "" # Contact links # Set to `[]` to disable, or comment out unwanted lines with a hash `#`. contact_links = [ # {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"}, # {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"}, ] # Display a map. # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose # a map provider below. # To use Google Maps, set `map = 1` and enter your API key that can be obtained here: # https://developers.google.com/maps/documentation/javascript/get-api-key # To use OpenStreetMap tiles, set `map = 2`. # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here: # https://www.mapbox.com/studio/account/tokens # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom. # # Map provider: # 0: No map # 1: Google Maps # 2: OpenStreetMap (Mapnik) # 3: OpenStreetMap (Mapbox) map = 0 map_api_key = "AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ" latitude = "44.79115" longitude = "-0.60842" zoom = 15 ############################ ## Plugins ## ############################ # Load CSS and JS plugins # E.g. To load `/assets/css/custom.css`, set `plugins_css = ["custom"]`. # E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`. plugins_css = [] plugins_js = [] ############################ ## Advanced options ## ############################ # Align the main menu to the right of the page? (true/false) menu_align_right = true # Show estimated reading time for posts? (true/false) reading_time = true # Display comment count (if commenting enabled in config.toml)? (true/false) comment_count = true # Display next/previous section pager? (true/false) section_pager = false docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)? # Enable in-built social sharing buttons? (true/false) sharing = true # Configuration of publication pages. [publications] # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format ) # Examples: "Mon, Jan 2, 2006" or "2006-01-02" date_format = "January 2006" # Citation style ("apa" or "mla") citation_style = "apa" # Configuration of project pages. [projects] # Views for associated content. # 1: List # 2: Compact # 3: Card # 4: Citation (publications only) post_view = 3 publication_view = 3 talk_view = 2 # Search. [search] # Search provider: # 0: No search engine # 1: academia (built-in) # 2: Algolia (https://www.algolia.com) engine = 0 # Configuration of Algolia search engine. # Paste the values from your Algolia dashboard. [search.algolia] app_id = "" api_key = "" index_name = "" show_logo = false